Html Css Color HEX #AF93F0 Biloba Flower

📋 copy color: '#AF93F0'

red 175 ◦ green 147 ◦ blue 240

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

Shades of Biloba Flower #AF93F0

Tints of Biloba Flower #AF93F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 31.14%
G = 26.16%
B = 42.7%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF93F0 (or 0xAF93F0) is known color: Biloba Flower. HEX triplet: AF, 93 and F0. RGB value is (175,147,240). Sum of RGB (Red+Green+Blue) = 175+147+240=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93F0 is #506C0F. Grayscale: #A5A5A5. Windows color (decimal): -5270544 or 15766447. OLE color: 15766447.

HSL color Cylindrical-coordinate representation of color #AF93F0: hue angle of 258.06º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF93F0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 147 240 -
CMYK 0.27 0.39 0 0.06
HSL 258.06º 0.76% 0.76% -
HSV(B) 258.06º 0.39% 0.94% -
XYZ 43.84 36.27 87.13 -
YUV 165.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 175 147 240 0.27 0.39 0 0.06 258.06 0.76 0.76
Hex AF 93 F0 1B 27 0 6 102 4C 4C
Octal 257 223 360 33 47 0 6 402 114 114
Binary 10101111 10010011 11110000 11011 100111 0 110 100000010 1001100 1001100

Color Harmonies of #AF93F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93F0

Black with #AF93F0

Text Example


Text Example

White with #AF93F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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