Html Css Color HEX #AF93D8 Biloba Flower

📋 copy color: '#AF93D8'

red 175 ◦ green 147 ◦ blue 216

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

Shades of Biloba Flower #AF93D8

Tints of Biloba Flower #AF93D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 32.53%
G = 27.32%
B = 40.15%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF93D8 (or 0xAF93D8) is known color: Biloba Flower. HEX triplet: AF, 93 and D8. RGB value is (175,147,216). Sum of RGB (Red+Green+Blue) = 175+147+216=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF93D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93D8 is #506C27. Grayscale: #A2A2A2. Windows color (decimal): -5270568 or 14193583. OLE color: 14193583.

HSL color Cylindrical-coordinate representation of color #AF93D8: hue angle of 264.35º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF93D8 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 147 216 -
CMYK 0.19 0.32 0 0.15
HSL 264.35º 0.47% 0.71% -
HSV(B) 264.35º 0.32% 0.85% -
XYZ 40.51 34.94 69.57 -
YUV 163.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 175 147 216 0.19 0.32 0 0.15 264.35 0.47 0.71
Hex AF 93 D8 13 20 0 F 108 2F 47
Octal 257 223 330 23 40 0 17 410 57 107
Binary 10101111 10010011 11011000 10011 100000 0 1111 100001000 101111 1000111

Color Harmonies of #AF93D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93D8

Black with #AF93D8

Text Example


Text Example

White with #AF93D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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