Html Css Color HEX #AF7FDB Biloba Flower

📋 copy color: '#AF7FDB'

red 175 ◦ green 127 ◦ blue 219

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

Shades of Biloba Flower #AF7FDB

Tints of Biloba Flower #AF7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.38%

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

R = 33.59%
G = 24.38%
B = 42.03%

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

#AF7FDB (or 0xAF7FDB) is known color: Biloba Flower. HEX triplet: AF, 7F and DB. RGB value is (175,127,219). Sum of RGB (Red+Green+Blue) = 175+127+219=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FDB is #508024. Grayscale: #979797. Windows color (decimal): -5275685 or 14385071. OLE color: 14385071.

HSL color Cylindrical-coordinate representation of color #AF7FDB: hue angle of 271.3º 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 #AF7FDB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 127 219 -
CMYK 0.20 0.42 0 0.14
HSL 271.3º 0.56% 0.68% -
HSV(B) 271.3º 0.42% 0.86% -
XYZ 38.05 29.41 70.69 -
YUV 151.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 175 127 219 0.20 0.42 0 0.14 271.3 0.56 0.68
Hex AF 7F DB 14 2A 0 E 10F 38 44
Octal 257 177 333 24 52 0 16 417 70 104
Binary 10101111 1111111 11011011 10100 101010 0 1110 100001111 111000 1000100

Color Harmonies of #AF7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FDB

Black with #AF7FDB

Text Example


Text Example

White with #AF7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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