Html Css Color HEX #AF81EB Biloba Flower

📋 copy color: '#AF81EB'

red 175 ◦ green 129 ◦ blue 235

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

Shades of Biloba Flower #AF81EB

Tints of Biloba Flower #AF81EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

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

R = 32.47%
G = 23.93%
B = 43.6%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF81EB (or 0xAF81EB) is known color: Biloba Flower. HEX triplet: AF, 81 and EB. RGB value is (175,129,235). Sum of RGB (Red+Green+Blue) = 175+129+235=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF81EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81EB is #507E14. Grayscale: #9A9A9A. Windows color (decimal): -5275157 or 15434159. OLE color: 15434159.

HSL color Cylindrical-coordinate representation of color #AF81EB: hue angle of 266.04º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF81EB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 129 235 -
CMYK 0.26 0.45 0 0.08
HSL 266.04º 0.73% 0.71% -
HSV(B) 266.04º 0.45% 0.92% -
XYZ 40.52 30.81 82.41 -
YUV 154.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 175 129 235 0.26 0.45 0 0.08 266.04 0.73 0.71
Hex AF 81 EB 1A 2D 0 8 10A 49 47
Octal 257 201 353 32 55 0 10 412 111 107
Binary 10101111 10000001 11101011 11010 101101 0 1000 100001010 1001001 1000111

Color Harmonies of #AF81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81EB

Black with #AF81EB

Text Example


Text Example

White with #AF81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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