Html Css Color HEX #AF92FF Biloba Flower

📋 copy color: '#AF92FF'

red 175 ◦ green 146 ◦ blue 255

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

Shades of Biloba Flower #AF92FF

Tints of Biloba Flower #AF92FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 30.38%
G = 25.35%
B = 44.27%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF92FF (or 0xAF92FF) is known color: Biloba Flower. HEX triplet: AF, 92 and FF. RGB value is (175,146,255). Sum of RGB (Red+Green+Blue) = 175+146+255=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF92FF is #506D00. Grayscale: #A6A6A6. Windows color (decimal): -5270785 or 16749231. OLE color: 16749231.

HSL color Cylindrical-coordinate representation of color #AF92FF: hue angle of 255.96º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF92FF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 146 255 -
CMYK 0.31 0.43 0 0
HSL 255.96º 1% 0.79% -
HSV(B) 255.96º 0.43% 1% -
XYZ 46.01 36.89 99.3 -
YUV 167.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 175 146 255 0.31 0.43 0 0 255.96 1 0.79
Hex AF 92 FF 1F 2B 0 0 100 64 4F
Octal 257 222 377 37 53 0 0 400 144 117
Binary 10101111 10010010 11111111 11111 101011 0 0 100000000 1100100 1001111

Color Harmonies of #AF92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92FF

Black with #AF92FF

Text Example


Text Example

White with #AF92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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