Html Css Color HEX #AF84FF Biloba Flower

📋 copy color: '#AF84FF'

red 175 ◦ green 132 ◦ blue 255

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

Shades of Biloba Flower #AF84FF

Tints of Biloba Flower #AF84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.49%

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

R = 31.14%
G = 23.49%
B = 45.37%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF84FF (or 0xAF84FF) is known color: Biloba Flower. HEX triplet: AF, 84 and FF. RGB value is (175,132,255). Sum of RGB (Red+Green+Blue) = 175+132+255=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF84FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84FF is #507B00. Grayscale: #9E9E9E. Windows color (decimal): -5274369 or 16745647. OLE color: 16745647.

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

Color convert

RGB 175 132 255 -
CMYK 0.31 0.48 0 0
HSL 260.98º 1% 0.76% -
HSV(B) 260.98º 0.48% 1% -
XYZ 43.98 32.84 98.63 -
YUV 158.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 175 132 255 0.31 0.48 0 0 260.98 1 0.76
Hex AF 84 FF 1F 30 0 0 105 64 4C
Octal 257 204 377 37 60 0 0 405 144 114
Binary 10101111 10000100 11111111 11111 110000 0 0 100000101 1100100 1001100

Color Harmonies of #AF84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84FF

Black with #AF84FF

Text Example


Text Example

White with #AF84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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