Html Css Color HEX #AF8EF2 Biloba Flower

📋 copy color: '#AF8EF2'

red 175 ◦ green 142 ◦ blue 242

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

Shades of Biloba Flower #AF8EF2

Tints of Biloba Flower #AF8EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.4%

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 31.31%
G = 25.4%
B = 43.29%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8EF2 (or 0xAF8EF2) is known color: Biloba Flower. HEX triplet: AF, 8E and F2. RGB value is (175,142,242). Sum of RGB (Red+Green+Blue) = 175+142+242=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF8EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EF2 is #50710D. Grayscale: #A2A2A2. Windows color (decimal): -5271822 or 15896239. OLE color: 15896239.

HSL color Cylindrical-coordinate representation of color #AF8EF2: hue angle of 259.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8EF2 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 142 242 -
CMYK 0.28 0.41 0 0.05
HSL 259.8º 0.79% 0.75% -
HSV(B) 259.8º 0.41% 0.95% -
XYZ 43.38 34.87 88.45 -
YUV 163.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 175 142 242 0.28 0.41 0 0.05 259.8 0.79 0.75
Hex AF 8E F2 1C 29 0 5 104 4F 4B
Octal 257 216 362 34 51 0 5 404 117 113
Binary 10101111 10001110 11110010 11100 101001 0 101 100000100 1001111 1001011

Color Harmonies of #AF8EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EF2

Black with #AF8EF2

Text Example


Text Example

White with #AF8EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EF2; }

 p { color: rgb(175,142,242); }

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

background-color css

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

 a { background-color: rgb(175,142,242); }

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

border-color css

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

 span { border-color: rgb(175,142,242); }

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