Html Css Color HEX #AF82F0 Biloba Flower

📋 copy color: '#AF82F0'

red 175 ◦ green 130 ◦ blue 240

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

Shades of Biloba Flower #AF82F0

Tints of Biloba Flower #AF82F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.85%

 BLUE value IS 240 (94.14% from 255) = 44.04%

R = 32.11%
G = 23.85%
B = 44.04%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF82F0 (or 0xAF82F0) is known color: Biloba Flower. HEX triplet: AF, 82 and F0. RGB value is (175,130,240). Sum of RGB (Red+Green+Blue) = 175+130+240=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF82F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82F0 is #507D0F. Grayscale: #9B9B9B. Windows color (decimal): -5274896 or 15762095. OLE color: 15762095.

HSL color Cylindrical-coordinate representation of color #AF82F0: hue angle of 264.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF82F0 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 130 240 -
CMYK 0.27 0.46 0 0.06
HSL 264.55º 0.79% 0.73% -
HSV(B) 264.55º 0.46% 0.94% -
XYZ 41.39 31.37 86.31 -
YUV 156 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 175 130 240 0.27 0.46 0 0.06 264.55 0.79 0.73
Hex AF 82 F0 1B 2E 0 6 109 4F 49
Octal 257 202 360 33 56 0 6 411 117 111
Binary 10101111 10000010 11110000 11011 101110 0 110 100001001 1001111 1001001

Color Harmonies of #AF82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82F0

Black with #AF82F0

Text Example


Text Example

White with #AF82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82F0; }

 p { color: rgb(175,130,240); }

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

background-color css

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

 a { background-color: rgb(175,130,240); }

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

border-color css

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

 span { border-color: rgb(175,130,240); }

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