Html Css Color HEX #AF93D7 Biloba Flower

📋 copy color: '#AF93D7'

red 175 ◦ green 147 ◦ blue 215

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

Shades of Biloba Flower #AF93D7

Tints of Biloba Flower #AF93D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 32.59%
G = 27.37%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF93D7 (or 0xAF93D7) is known color: Biloba Flower. HEX triplet: AF, 93 and D7. RGB value is (175,147,215). Sum of RGB (Red+Green+Blue) = 175+147+215=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF93D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93D7 is #506C28. Grayscale: #A2A2A2. Windows color (decimal): -5270569 or 14128047. OLE color: 14128047.

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

Color convert

RGB 175 147 215 -
CMYK 0.19 0.32 0 0.16
HSL 264.71º 0.46% 0.71% -
HSV(B) 264.71º 0.32% 0.84% -
XYZ 40.38 34.89 68.9 -
YUV 163.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 175 147 215 0.19 0.32 0 0.16 264.71 0.46 0.71
Hex AF 93 D7 13 20 0 10 109 2E 47
Octal 257 223 327 23 40 0 20 411 56 107
Binary 10101111 10010011 11010111 10011 100000 0 10000 100001001 101110 1000111

Color Harmonies of #AF93D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93D7

Black with #AF93D7

Text Example


Text Example

White with #AF93D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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