Html Css Color HEX #AF93DB Biloba Flower

📋 copy color: '#AF93DB'

red 175 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #AF93DB

Tints of Biloba Flower #AF93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.17%

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

R = 32.35%
G = 27.17%
B = 40.48%

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

#AF93DB (or 0xAF93DB) is known color: Biloba Flower. HEX triplet: AF, 93 and DB. RGB value is (175,147,219). Sum of RGB (Red+Green+Blue) = 175+147+219=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93DB is #506C24. Grayscale: #A3A3A3. Windows color (decimal): -5270565 or 14390191. OLE color: 14390191.

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

Color convert

RGB 175 147 219 -
CMYK 0.20 0.33 0 0.14
HSL 263.33º 0.5% 0.72% -
HSV(B) 263.33º 0.33% 0.86% -
XYZ 40.9 35.1 71.64 -
YUV 163.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 175 147 219 0.20 0.33 0 0.14 263.33 0.5 0.72
Hex AF 93 DB 14 21 0 E 107 32 48
Octal 257 223 333 24 41 0 16 407 62 110
Binary 10101111 10010011 11011011 10100 100001 0 1110 100000111 110010 1001000

Color Harmonies of #AF93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93DB

Black with #AF93DB

Text Example


Text Example

White with #AF93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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