Html Css Color HEX #AF93ED Biloba Flower

📋 copy color: '#AF93ED'

red 175 ◦ green 147 ◦ blue 237

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

Shades of Biloba Flower #AF93ED

Tints of Biloba Flower #AF93ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 31.31%
G = 26.3%
B = 42.4%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF93ED (or 0xAF93ED) is known color: Biloba Flower. HEX triplet: AF, 93 and ED. RGB value is (175,147,237). Sum of RGB (Red+Green+Blue) = 175+147+237=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF93ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93ED is #506C12. Grayscale: #A5A5A5. Windows color (decimal): -5270547 or 15569839. OLE color: 15569839.

HSL color Cylindrical-coordinate representation of color #AF93ED: hue angle of 258.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF93ED is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 147 237 -
CMYK 0.26 0.38 0 0.07
HSL 258.67º 0.71% 0.75% -
HSV(B) 258.67º 0.38% 0.93% -
XYZ 43.4 36.1 84.8 -
YUV 165.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 175 147 237 0.26 0.38 0 0.07 258.67 0.71 0.75
Hex AF 93 ED 1A 26 0 7 103 47 4B
Octal 257 223 355 32 46 0 7 403 107 113
Binary 10101111 10010011 11101101 11010 100110 0 111 100000011 1000111 1001011

Color Harmonies of #AF93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93ED

Black with #AF93ED

Text Example


Text Example

White with #AF93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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