Html Css Color HEX #AF8BFC Biloba Flower

📋 copy color: '#AF8BFC'

red 175 ◦ green 139 ◦ blue 252

#AF8BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AF8BFC

Tints of Biloba Flower #AF8BFC

RGB

 RED value IS 175 (68.75% from 255) = 30.92%

 GREEN value IS 139 (54.69% from 255) = 24.56%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 30.92%
G = 24.56%
B = 44.52%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8BFC (or 0xAF8BFC) is known color: Biloba Flower. HEX triplet: AF, 8B and FC. RGB value is (175,139,252). Sum of RGB (Red+Green+Blue) = 175+139+252=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF8BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8BFC is #507403. Grayscale: #A2A2A2. Windows color (decimal): -5272580 or 16550831. OLE color: 16550831.

HSL color Cylindrical-coordinate representation of color #AF8BFC: hue angle of 259.12º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8BFC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 139 252 -
CMYK 0.31 0.45 0 0.01
HSL 259.12º 0.95% 0.77% -
HSV(B) 259.12º 0.45% 0.99% -
XYZ 44.48 34.61 96.43 -
YUV 162.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 175 139 252 0.31 0.45 0 0.01 259.12 0.95 0.77
Hex AF 8B FC 1F 2D 0 1 103 5F 4D
Octal 257 213 374 37 55 0 1 403 137 115
Binary 10101111 10001011 11111100 11111 101101 0 1 100000011 1011111 1001101

Color Harmonies of #AF8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BFC

Black with #AF8BFC

Text Example


Text Example

White with #AF8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BFC; }

 p { color: rgb(175,139,252); }

 H1.HeaderClassName
 {
   color: #AF8BFC;
 }
 .AnyTagClassName
 {
   color: #AF8BFC;
 }
</style>

background-color css

<style>
 a { background-color: #AF8BFC; }

 a { background-color: rgb(175,139,252); }

 div.DivClassName
 {
   background-color: #AF8BFC;
 }
 .BgClassName
 {
   background-color: #AF8BFC;
 }
</style>

border-color css

<style>
 span { border-color: #AF8BFC; }

 span { border-color: rgb(175,139,252); }

 td.TdClassName
 {
   border-color: #AF8BFC;
 }
 .TagClassName
 {
   border-color: #AF8BFC;
 }
</style>