Html Css Color HEX #AF92E2 Biloba Flower

📋 copy color: '#AF92E2'

red 175 ◦ green 146 ◦ blue 226

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

Shades of Biloba Flower #AF92E2

Tints of Biloba Flower #AF92E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.32%

R = 31.99%
G = 26.69%
B = 41.32%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF92E2 (or 0xAF92E2) is known color: Biloba Flower. HEX triplet: AF, 92 and E2. RGB value is (175,146,226). Sum of RGB (Red+Green+Blue) = 175+146+226=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF92E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92E2 is #506D1D. Grayscale: #A3A3A3. Windows color (decimal): -5270814 or 14848687. OLE color: 14848687.

HSL color Cylindrical-coordinate representation of color #AF92E2: hue angle of 261.75º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF92E2 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 146 226 -
CMYK 0.23 0.35 0 0.11
HSL 261.75º 0.58% 0.73% -
HSV(B) 261.75º 0.35% 0.89% -
XYZ 41.69 35.16 76.54 -
YUV 163.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 175 146 226 0.23 0.35 0 0.11 261.75 0.58 0.73
Hex AF 92 E2 17 23 0 B 106 3A 49
Octal 257 222 342 27 43 0 13 406 72 111
Binary 10101111 10010010 11100010 10111 100011 0 1011 100000110 111010 1001001

Color Harmonies of #AF92E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92E2

Black with #AF92E2

Text Example


Text Example

White with #AF92E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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