Html Css Color HEX #AF93DC Biloba Flower

📋 copy color: '#AF93DC'

red 175 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #AF93DC

Tints of Biloba Flower #AF93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 32.29%
G = 27.12%
B = 40.59%

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

#AF93DC (or 0xAF93DC) is known color: Biloba Flower. HEX triplet: AF, 93 and DC. RGB value is (175,147,220). Sum of RGB (Red+Green+Blue) = 175+147+220=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93DC is #506C23. Grayscale: #A3A3A3. Windows color (decimal): -5270564 or 14455727. OLE color: 14455727.

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

Color convert

RGB 175 147 220 -
CMYK 0.20 0.33 0 0.14
HSL 263.01º 0.51% 0.72% -
HSV(B) 263.01º 0.33% 0.86% -
XYZ 41.03 35.15 72.33 -
YUV 163.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 175 147 220 0.20 0.33 0 0.14 263.01 0.51 0.72
Hex AF 93 DC 14 21 0 E 107 33 48
Octal 257 223 334 24 41 0 16 407 63 110
Binary 10101111 10010011 11011100 10100 100001 0 1110 100000111 110011 1001000

Color Harmonies of #AF93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93DC

Black with #AF93DC

Text Example


Text Example

White with #AF93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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