Html Css Color HEX #AF92FA Biloba Flower

📋 copy color: '#AF92FA'

red 175 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #AF92FA

Tints of Biloba Flower #AF92FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.57%

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

R = 30.65%
G = 25.57%
B = 43.78%

CMYK

 C value IS 0.3

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF92FA (or 0xAF92FA) is known color: Biloba Flower. HEX triplet: AF, 92 and FA. RGB value is (175,146,250). Sum of RGB (Red+Green+Blue) = 175+146+250=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF92FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92FA is #506D05. Grayscale: #A6A6A6. Windows color (decimal): -5270790 or 16421551. OLE color: 16421551.

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

Color convert

RGB 175 146 250 -
CMYK 0.3 0.42 0 0.02
HSL 256.73º 0.91% 0.78% -
HSV(B) 256.73º 0.42% 0.98% -
XYZ 45.21 36.57 95.12 -
YUV 166.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 175 146 250 0.3 0.42 0 0.02 256.73 0.91 0.78
Hex AF 92 FA 1E 2A 0 2 101 5B 4E
Octal 257 222 372 36 52 0 2 401 133 116
Binary 10101111 10010010 11111010 11110 101010 0 10 100000001 1011011 1001110

Color Harmonies of #AF92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92FA

Black with #AF92FA

Text Example


Text Example

White with #AF92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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