Html Css Color HEX #AF92DB Biloba Flower

📋 copy color: '#AF92DB'

red 175 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #AF92DB

Tints of Biloba Flower #AF92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.04%

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

R = 32.41%
G = 27.04%
B = 40.56%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF92DB (or 0xAF92DB) is known color: Biloba Flower. HEX triplet: AF, 92 and DB. RGB value is (175,146,219). Sum of RGB (Red+Green+Blue) = 175+146+219=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92DB is #506D24. Grayscale: #A2A2A2. Windows color (decimal): -5270821 or 14389935. OLE color: 14389935.

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

Color convert

RGB 175 146 219 -
CMYK 0.20 0.33 0 0.14
HSL 263.84º 0.5% 0.72% -
HSV(B) 263.84º 0.33% 0.86% -
XYZ 40.74 34.79 71.58 -
YUV 162.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 175 146 219 0.20 0.33 0 0.14 263.84 0.5 0.72
Hex AF 92 DB 14 21 0 E 108 32 48
Octal 257 222 333 24 41 0 16 410 62 110
Binary 10101111 10010010 11011011 10100 100001 0 1110 100001000 110010 1001000

Color Harmonies of #AF92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92DB

Black with #AF92DB

Text Example


Text Example

White with #AF92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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