Html Css Color HEX #AF93E5 Biloba Flower

📋 copy color: '#AF93E5'

red 175 ◦ green 147 ◦ blue 229

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

Shades of Biloba Flower #AF93E5

Tints of Biloba Flower #AF93E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 31.76%
G = 26.68%
B = 41.56%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF93E5 (or 0xAF93E5) is known color: Biloba Flower. HEX triplet: AF, 93 and E5. RGB value is (175,147,229). Sum of RGB (Red+Green+Blue) = 175+147+229=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF93E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93E5 is #506C1A. Grayscale: #A4A4A4. Windows color (decimal): -5270555 or 15045551. OLE color: 15045551.

HSL color Cylindrical-coordinate representation of color #AF93E5: hue angle of 260.49º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF93E5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 147 229 -
CMYK 0.24 0.36 0 0.10
HSL 260.49º 0.61% 0.74% -
HSV(B) 260.49º 0.36% 0.9% -
XYZ 42.26 35.64 78.78 -
YUV 164.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 175 147 229 0.24 0.36 0 0.10 260.49 0.61 0.74
Hex AF 93 E5 18 24 0 A 104 3D 4A
Octal 257 223 345 30 44 0 12 404 75 112
Binary 10101111 10010011 11100101 11000 100100 0 1010 100000100 111101 1001010

Color Harmonies of #AF93E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93E5

Black with #AF93E5

Text Example


Text Example

White with #AF93E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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