Html Css Color HEX #AF81DD Biloba Flower

📋 copy color: '#AF81DD'

red 175 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #AF81DD

Tints of Biloba Flower #AF81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 33.33%
G = 24.57%
B = 42.1%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF81DD (or 0xAF81DD) is known color: Biloba Flower. HEX triplet: AF, 81 and DD. RGB value is (175,129,221). Sum of RGB (Red+Green+Blue) = 175+129+221=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DD is #507E22. Grayscale: #989898. Windows color (decimal): -5275171 or 14516655. OLE color: 14516655.

HSL color Cylindrical-coordinate representation of color #AF81DD: hue angle of 270º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF81DD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 129 221 -
CMYK 0.21 0.42 0 0.13
HSL 270º 0.58% 0.69% -
HSV(B) 270º 0.42% 0.87% -
XYZ 38.58 30.03 72.17 -
YUV 153.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 175 129 221 0.21 0.42 0 0.13 270 0.58 0.69
Hex AF 81 DD 15 2A 0 D 10E 3A 45
Octal 257 201 335 25 52 0 15 416 72 105
Binary 10101111 10000001 11011101 10101 101010 0 1101 100001110 111010 1000101

Color Harmonies of #AF81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81DD

Black with #AF81DD

Text Example


Text Example

White with #AF81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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