Html Css Color HEX #AF81E7 Biloba Flower

📋 copy color: '#AF81E7'

red 175 ◦ green 129 ◦ blue 231

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

Shades of Biloba Flower #AF81E7

Tints of Biloba Flower #AF81E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 32.71%
G = 24.11%
B = 43.18%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF81E7 (or 0xAF81E7) is known color: Biloba Flower. HEX triplet: AF, 81 and E7. RGB value is (175,129,231). Sum of RGB (Red+Green+Blue) = 175+129+231=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF81E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81E7 is #507E18. Grayscale: #9A9A9A. Windows color (decimal): -5275161 or 15172015. OLE color: 15172015.

HSL color Cylindrical-coordinate representation of color #AF81E7: hue angle of 267.06º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF81E7 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 129 231 -
CMYK 0.24 0.44 0 0.09
HSL 267.06º 0.68% 0.71% -
HSV(B) 267.06º 0.44% 0.91% -
XYZ 39.95 30.58 79.4 -
YUV 154.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 175 129 231 0.24 0.44 0 0.09 267.06 0.68 0.71
Hex AF 81 E7 18 2C 0 9 10B 44 47
Octal 257 201 347 30 54 0 11 413 104 107
Binary 10101111 10000001 11100111 11000 101100 0 1001 100001011 1000100 1000111

Color Harmonies of #AF81E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81E7

Black with #AF81E7

Text Example


Text Example

White with #AF81E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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