Html Css Color HEX #AF82F2 Biloba Flower

📋 copy color: '#AF82F2'

red 175 ◦ green 130 ◦ blue 242

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

Shades of Biloba Flower #AF82F2

Tints of Biloba Flower #AF82F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 31.99%
G = 23.77%
B = 44.24%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF82F2 (or 0xAF82F2) is known color: Biloba Flower. HEX triplet: AF, 82 and F2. RGB value is (175,130,242). Sum of RGB (Red+Green+Blue) = 175+130+242=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF82F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82F2 is #507D0D. Grayscale: #9B9B9B. Windows color (decimal): -5274894 or 15893167. OLE color: 15893167.

HSL color Cylindrical-coordinate representation of color #AF82F2: hue angle of 264.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF82F2 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 130 242 -
CMYK 0.28 0.46 0 0.05
HSL 264.11º 0.81% 0.73% -
HSV(B) 264.11º 0.46% 0.95% -
XYZ 41.69 31.49 87.89 -
YUV 156.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 175 130 242 0.28 0.46 0 0.05 264.11 0.81 0.73
Hex AF 82 F2 1C 2E 0 5 108 51 49
Octal 257 202 362 34 56 0 5 410 121 111
Binary 10101111 10000010 11110010 11100 101110 0 101 100001000 1010001 1001001

Color Harmonies of #AF82F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82F2

Black with #AF82F2

Text Example


Text Example

White with #AF82F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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