Html Css Color HEX #AF93FF Biloba Flower

📋 copy color: '#AF93FF'

red 175 ◦ green 147 ◦ blue 255

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

Shades of Biloba Flower #AF93FF

Tints of Biloba Flower #AF93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 30.33%
G = 25.48%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF93FF (or 0xAF93FF) is known color: Biloba Flower. HEX triplet: AF, 93 and FF. RGB value is (175,147,255). Sum of RGB (Red+Green+Blue) = 175+147+255=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93FF is #506C00. Grayscale: #A7A7A7. Windows color (decimal): -5270529 or 16749487. OLE color: 16749487.

HSL color Cylindrical-coordinate representation of color #AF93FF: hue angle of 255.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF93FF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 147 255 -
CMYK 0.31 0.42 0 0
HSL 255.56º 1% 0.79% -
HSV(B) 255.56º 0.42% 1% -
XYZ 46.16 37.2 99.36 -
YUV 167.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 175 147 255 0.31 0.42 0 0 255.56 1 0.79
Hex AF 93 FF 1F 2A 0 0 100 64 4F
Octal 257 223 377 37 52 0 0 400 144 117
Binary 10101111 10010011 11111111 11111 101010 0 0 100000000 1100100 1001111

Color Harmonies of #AF93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93FF

Black with #AF93FF

Text Example


Text Example

White with #AF93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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