Html Css Color HEX #AF93FA Biloba Flower

📋 copy color: '#AF93FA'

red 175 ◦ green 147 ◦ blue 250

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

Shades of Biloba Flower #AF93FA

Tints of Biloba Flower #AF93FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 30.59%
G = 25.7%
B = 43.71%

CMYK

 C value IS 0.3

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF93FA (or 0xAF93FA) is known color: Biloba Flower. HEX triplet: AF, 93 and FA. RGB value is (175,147,250). Sum of RGB (Red+Green+Blue) = 175+147+250=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF93FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93FA is #506C05. Grayscale: #A6A6A6. Windows color (decimal): -5270534 or 16421807. OLE color: 16421807.

HSL color Cylindrical-coordinate representation of color #AF93FA: hue angle of 256.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF93FA is Cyan = 0.3, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 147 250 -
CMYK 0.3 0.41 0 0.02
HSL 256.31º 0.91% 0.78% -
HSV(B) 256.31º 0.41% 0.98% -
XYZ 45.37 36.88 95.17 -
YUV 167.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 175 147 250 0.3 0.41 0 0.02 256.31 0.91 0.78
Hex AF 93 FA 1E 29 0 2 100 5B 4E
Octal 257 223 372 36 51 0 2 400 133 116
Binary 10101111 10010011 11111010 11110 101001 0 10 100000000 1011011 1001110

Color Harmonies of #AF93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93FA

Black with #AF93FA

Text Example


Text Example

White with #AF93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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