Html Css Color HEX #AF93DD Biloba Flower

📋 copy color: '#AF93DD'

red 175 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #AF93DD

Tints of Biloba Flower #AF93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 32.23%
G = 27.07%
B = 40.7%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF93DD (or 0xAF93DD) is known color: Biloba Flower. HEX triplet: AF, 93 and DD. RGB value is (175,147,221). Sum of RGB (Red+Green+Blue) = 175+147+221=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93DD is #506C22. Grayscale: #A3A3A3. Windows color (decimal): -5270563 or 14521263. OLE color: 14521263.

HSL color Cylindrical-coordinate representation of color #AF93DD: hue angle of 262.7º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF93DD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 147 221 -
CMYK 0.21 0.33 0 0.13
HSL 262.7º 0.52% 0.72% -
HSV(B) 262.7º 0.33% 0.87% -
XYZ 41.16 35.2 73.03 -
YUV 163.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 175 147 221 0.21 0.33 0 0.13 262.7 0.52 0.72
Hex AF 93 DD 15 21 0 D 107 34 48
Octal 257 223 335 25 41 0 15 407 64 110
Binary 10101111 10010011 11011101 10101 100001 0 1101 100000111 110100 1001000

Color Harmonies of #AF93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93DD

Black with #AF93DD

Text Example


Text Example

White with #AF93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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