Html Css Color HEX #AF8EEF Biloba Flower

📋 copy color: '#AF8EEF'

red 175 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #AF8EEF

Tints of Biloba Flower #AF8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.99%

R = 31.47%
G = 25.54%
B = 42.99%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF8EEF (or 0xAF8EEF) is known color: Biloba Flower. HEX triplet: AF, 8E and EF. RGB value is (175,142,239). Sum of RGB (Red+Green+Blue) = 175+142+239=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEF is #507110. Grayscale: #A2A2A2. Windows color (decimal): -5271825 or 15699631. OLE color: 15699631.

HSL color Cylindrical-coordinate representation of color #AF8EEF: hue angle of 260.41º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8EEF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 142 239 -
CMYK 0.27 0.41 0 0.06
HSL 260.41º 0.75% 0.75% -
HSV(B) 260.41º 0.41% 0.94% -
XYZ 42.93 34.69 86.09 -
YUV 162.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 175 142 239 0.27 0.41 0 0.06 260.41 0.75 0.75
Hex AF 8E EF 1B 29 0 6 104 4B 4B
Octal 257 216 357 33 51 0 6 404 113 113
Binary 10101111 10001110 11101111 11011 101001 0 110 100000100 1001011 1001011

Color Harmonies of #AF8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EEF

Black with #AF8EEF

Text Example


Text Example

White with #AF8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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