Html Css Color HEX #AF92E5 Biloba Flower

📋 copy color: '#AF92E5'

red 175 ◦ green 146 ◦ blue 229

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

Shades of Biloba Flower #AF92E5

Tints of Biloba Flower #AF92E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 31.82%
G = 26.55%
B = 41.64%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF92E5 (or 0xAF92E5) is known color: Biloba Flower. HEX triplet: AF, 92 and E5. RGB value is (175,146,229). Sum of RGB (Red+Green+Blue) = 175+146+229=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF92E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92E5 is #506D1A. Grayscale: #A3A3A3. Windows color (decimal): -5270811 or 15045295. OLE color: 15045295.

HSL color Cylindrical-coordinate representation of color #AF92E5: hue angle of 260.96º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF92E5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 146 229 -
CMYK 0.24 0.36 0 0.10
HSL 260.96º 0.61% 0.74% -
HSV(B) 260.96º 0.36% 0.9% -
XYZ 42.1 35.33 78.73 -
YUV 164.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 175 146 229 0.24 0.36 0 0.10 260.96 0.61 0.74
Hex AF 92 E5 18 24 0 A 105 3D 4A
Octal 257 222 345 30 44 0 12 405 75 112
Binary 10101111 10010010 11100101 11000 100100 0 1010 100000101 111101 1001010

Color Harmonies of #AF92E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92E5

Black with #AF92E5

Text Example


Text Example

White with #AF92E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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