Html Css Color HEX #AF81EE Biloba Flower

📋 copy color: '#AF81EE'

red 175 ◦ green 129 ◦ blue 238

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

Shades of Biloba Flower #AF81EE

Tints of Biloba Flower #AF81EE

RGB

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

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

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

R = 32.29%
G = 23.8%
B = 43.91%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF81EE (or 0xAF81EE) is known color: Biloba Flower. HEX triplet: AF, 81 and EE. RGB value is (175,129,238). Sum of RGB (Red+Green+Blue) = 175+129+238=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81EE is #507E11. Grayscale: #9A9A9A. Windows color (decimal): -5275154 or 15630767. OLE color: 15630767.

HSL color Cylindrical-coordinate representation of color #AF81EE: hue angle of 265.32º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF81EE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 129 238 -
CMYK 0.26 0.46 0 0.07
HSL 265.32º 0.76% 0.72% -
HSV(B) 265.32º 0.46% 0.93% -
XYZ 40.96 30.99 84.71 -
YUV 155.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 175 129 238 0.26 0.46 0 0.07 265.32 0.76 0.72
Hex AF 81 EE 1A 2E 0 7 109 4C 48
Octal 257 201 356 32 56 0 7 411 114 110
Binary 10101111 10000001 11101110 11010 101110 0 111 100001001 1001100 1001000

Color Harmonies of #AF81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81EE

Black with #AF81EE

Text Example


Text Example

White with #AF81EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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