Html Css Color HEX #AF8BDD Biloba Flower

📋 copy color: '#AF8BDD'

red 175 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #AF8BDD

Tints of Biloba Flower #AF8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

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

R = 32.71%
G = 25.98%
B = 41.31%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8BDD (or 0xAF8BDD) is known color: Biloba Flower. HEX triplet: AF, 8B and DD. RGB value is (175,139,221). Sum of RGB (Red+Green+Blue) = 175+139+221=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BDD is #507422. Grayscale: #9E9E9E. Windows color (decimal): -5272611 or 14519215. OLE color: 14519215.

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

Color convert

RGB 175 139 221 -
CMYK 0.21 0.37 0 0.13
HSL 266.34º 0.55% 0.71% -
HSV(B) 266.34º 0.37% 0.87% -
XYZ 39.96 32.8 72.63 -
YUV 159.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 175 139 221 0.21 0.37 0 0.13 266.34 0.55 0.71
Hex AF 8B DD 15 25 0 D 10A 37 47
Octal 257 213 335 25 45 0 15 412 67 107
Binary 10101111 10001011 11011101 10101 100101 0 1101 100001010 110111 1000111

Color Harmonies of #AF8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8BDD

Black with #AF8BDD

Text Example


Text Example

White with #AF8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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