Html Css Color HEX #AF8EEE Biloba Flower

📋 copy color: '#AF8EEE'

red 175 ◦ green 142 ◦ blue 238

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

Shades of Biloba Flower #AF8EEE

Tints of Biloba Flower #AF8EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 31.53%
G = 25.59%
B = 42.88%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF8EEE (or 0xAF8EEE) is known color: Biloba Flower. HEX triplet: AF, 8E and EE. RGB value is (175,142,238). Sum of RGB (Red+Green+Blue) = 175+142+238=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EEE is #507111. Grayscale: #A2A2A2. Windows color (decimal): -5271826 or 15634095. OLE color: 15634095.

HSL color Cylindrical-coordinate representation of color #AF8EEE: hue angle of 260.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF8EEE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 142 238 -
CMYK 0.26 0.40 0 0.07
HSL 260.63º 0.74% 0.75% -
HSV(B) 260.63º 0.4% 0.93% -
XYZ 42.78 34.63 85.32 -
YUV 162.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 175 142 238 0.26 0.40 0 0.07 260.63 0.74 0.75
Hex AF 8E EE 1A 28 0 7 105 4A 4B
Octal 257 216 356 32 50 0 7 405 112 113
Binary 10101111 10001110 11101110 11010 101000 0 111 100000101 1001010 1001011

Color Harmonies of #AF8EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EEE

Black with #AF8EEE

Text Example


Text Example

White with #AF8EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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