Html Css Color HEX #AF92ED Biloba Flower

📋 copy color: '#AF92ED'

red 175 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #AF92ED

Tints of Biloba Flower #AF92ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 31.36%
G = 26.16%
B = 42.47%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF92ED (or 0xAF92ED) is known color: Biloba Flower. HEX triplet: AF, 92 and ED. RGB value is (175,146,237). Sum of RGB (Red+Green+Blue) = 175+146+237=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92ED is #506D12. Grayscale: #A4A4A4. Windows color (decimal): -5270803 or 15569583. OLE color: 15569583.

HSL color Cylindrical-coordinate representation of color #AF92ED: hue angle of 259.12º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF92ED is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 146 237 -
CMYK 0.26 0.38 0 0.07
HSL 259.12º 0.72% 0.75% -
HSV(B) 259.12º 0.38% 0.93% -
XYZ 43.24 35.79 84.75 -
YUV 165.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 175 146 237 0.26 0.38 0 0.07 259.12 0.72 0.75
Hex AF 92 ED 1A 26 0 7 103 48 4B
Octal 257 222 355 32 46 0 7 403 110 113
Binary 10101111 10010010 11101101 11010 100110 0 111 100000011 1001000 1001011

Color Harmonies of #AF92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92ED

Black with #AF92ED

Text Example


Text Example

White with #AF92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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