Html Css Color HEX #AF8CEB Biloba Flower

📋 copy color: '#AF8CEB'

red 175 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #AF8CEB

Tints of Biloba Flower #AF8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.45%

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 31.82%
G = 25.45%
B = 42.73%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF8CEB (or 0xAF8CEB) is known color: Biloba Flower. HEX triplet: AF, 8C and EB. RGB value is (175,140,235). Sum of RGB (Red+Green+Blue) = 175+140+235=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CEB is #507314. Grayscale: #A0A0A0. Windows color (decimal): -5272341 or 15436975. OLE color: 15436975.

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

Color convert

RGB 175 140 235 -
CMYK 0.26 0.40 0 0.08
HSL 262.11º 0.7% 0.74% -
HSV(B) 262.11º 0.4% 0.92% -
XYZ 42.05 33.87 82.92 -
YUV 161.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 175 140 235 0.26 0.40 0 0.08 262.11 0.7 0.74
Hex AF 8C EB 1A 28 0 8 106 46 4A
Octal 257 214 353 32 50 0 10 406 106 112
Binary 10101111 10001100 11101011 11010 101000 0 1000 100000110 1000110 1001010

Color Harmonies of #AF8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CEB

Black with #AF8CEB

Text Example


Text Example

White with #AF8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CEB; }

 p { color: rgb(175,140,235); }

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

background-color css

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

 a { background-color: rgb(175,140,235); }

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

border-color css

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

 span { border-color: rgb(175,140,235); }

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