Html Css Color HEX #AF93D9 Biloba Flower

📋 copy color: '#AF93D9'

red 175 ◦ green 147 ◦ blue 217

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

Shades of Biloba Flower #AF93D9

Tints of Biloba Flower #AF93D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 32.47%
G = 27.27%
B = 40.26%

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

#AF93D9 (or 0xAF93D9) is known color: Biloba Flower. HEX triplet: AF, 93 and D9. RGB value is (175,147,217). Sum of RGB (Red+Green+Blue) = 175+147+217=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF93D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93D9 is #506C26. Grayscale: #A3A3A3. Windows color (decimal): -5270567 or 14259119. OLE color: 14259119.

HSL color Cylindrical-coordinate representation of color #AF93D9: hue angle of 264º degrees, saturation: 0.48, 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 #AF93D9 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 147 217 -
CMYK 0.19 0.32 0 0.15
HSL 264º 0.48% 0.71% -
HSV(B) 264º 0.32% 0.85% -
XYZ 40.64 34.99 70.26 -
YUV 163.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 175 147 217 0.19 0.32 0 0.15 264 0.48 0.71
Hex AF 93 D9 13 20 0 F 108 30 47
Octal 257 223 331 23 40 0 17 410 60 107
Binary 10101111 10010011 11011001 10011 100000 0 1111 100001000 110000 1000111

Color Harmonies of #AF93D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93D9

Black with #AF93D9

Text Example


Text Example

White with #AF93D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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