Html Css Color HEX #AF81D6 Biloba Flower

📋 copy color: '#AF81D6'

red 175 ◦ green 129 ◦ blue 214

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

Shades of Biloba Flower #AF81D6

Tints of Biloba Flower #AF81D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 33.78%
G = 24.9%
B = 41.31%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF81D6 (or 0xAF81D6) is known color: Biloba Flower. HEX triplet: AF, 81 and D6. RGB value is (175,129,214). Sum of RGB (Red+Green+Blue) = 175+129+214=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF81D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81D6 is #507E29. Grayscale: #989898. Windows color (decimal): -5275178 or 14057903. OLE color: 14057903.

HSL color Cylindrical-coordinate representation of color #AF81D6: hue angle of 272.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF81D6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 129 214 -
CMYK 0.18 0.40 0 0.16
HSL 272.47º 0.51% 0.67% -
HSV(B) 272.47º 0.4% 0.84% -
XYZ 37.67 29.67 67.36 -
YUV 152.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 175 129 214 0.18 0.40 0 0.16 272.47 0.51 0.67
Hex AF 81 D6 12 28 0 10 110 33 43
Octal 257 201 326 22 50 0 20 420 63 103
Binary 10101111 10000001 11010110 10010 101000 0 10000 100010000 110011 1000011

Color Harmonies of #AF81D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81D6

Black with #AF81D6

Text Example


Text Example

White with #AF81D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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