Html Css Color HEX #AF80DB Biloba Flower

📋 copy color: '#AF80DB'

red 175 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #AF80DB

Tints of Biloba Flower #AF80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.52%

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 33.52%
G = 24.52%
B = 41.95%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF80DB (or 0xAF80DB) is known color: Biloba Flower. HEX triplet: AF, 80 and DB. RGB value is (175,128,219). Sum of RGB (Red+Green+Blue) = 175+128+219=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DB is #507F24. Grayscale: #989898. Windows color (decimal): -5275429 or 14385327. OLE color: 14385327.

HSL color Cylindrical-coordinate representation of color #AF80DB: hue angle of 270.99º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF80DB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 128 219 -
CMYK 0.20 0.42 0 0.14
HSL 270.99º 0.56% 0.68% -
HSV(B) 270.99º 0.42% 0.86% -
XYZ 38.18 29.67 70.73 -
YUV 152.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 175 128 219 0.20 0.42 0 0.14 270.99 0.56 0.68
Hex AF 80 DB 14 2A 0 E 10F 38 44
Octal 257 200 333 24 52 0 16 417 70 104
Binary 10101111 10000000 11011011 10100 101010 0 1110 100001111 111000 1000100

Color Harmonies of #AF80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80DB

Black with #AF80DB

Text Example


Text Example

White with #AF80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80DB; }

 p { color: rgb(175,128,219); }

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

background-color css

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

 a { background-color: rgb(175,128,219); }

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

border-color css

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

 span { border-color: rgb(175,128,219); }

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