Html Css Color HEX #AF91DD Biloba Flower

📋 copy color: '#AF91DD'

red 175 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #AF91DD

Tints of Biloba Flower #AF91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.8%

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

R = 32.35%
G = 26.8%
B = 40.85%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF91DD (or 0xAF91DD) is known color: Biloba Flower. HEX triplet: AF, 91 and DD. RGB value is (175,145,221). Sum of RGB (Red+Green+Blue) = 175+145+221=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91DD is #506E22. Grayscale: #A2A2A2. Windows color (decimal): -5271075 or 14520751. OLE color: 14520751.

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

Color convert

RGB 175 145 221 -
CMYK 0.21 0.34 0 0.13
HSL 263.68º 0.53% 0.72% -
HSV(B) 263.68º 0.34% 0.87% -
XYZ 40.86 34.59 72.93 -
YUV 162.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 175 145 221 0.21 0.34 0 0.13 263.68 0.53 0.72
Hex AF 91 DD 15 22 0 D 108 35 48
Octal 257 221 335 25 42 0 15 410 65 110
Binary 10101111 10010001 11011101 10101 100010 0 1101 100001000 110101 1001000

Color Harmonies of #AF91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91DD

Black with #AF91DD

Text Example


Text Example

White with #AF91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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