Html Css Color HEX #A07BF2 Medium Purple

📋 copy color: '#A07BF2'

red 160 ◦ green 123 ◦ blue 242

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

Shades of Medium Purple #A07BF2

Tints of Medium Purple #A07BF2

RGB

 RED value IS 160 (62.89% from 255) = 30.48%

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 30.48%
G = 23.43%
B = 46.1%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A07BF2 (or 0xA07BF2) is known color: Medium Purple. HEX triplet: A0, 7B and F2. RGB value is (160,123,242). Sum of RGB (Red+Green+Blue) = 160+123+242=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #A07BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BF2 is #5F840D. Grayscale: #939393. Windows color (decimal): -6259726 or 15891360. OLE color: 15891360.

HSL color Cylindrical-coordinate representation of color #A07BF2: hue angle of 258.66º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07BF2 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 123 242 -
CMYK 0.34 0.49 0 0.05
HSL 258.66º 0.82% 0.72% -
HSV(B) 258.66º 0.49% 0.95% -
XYZ 37.61 28.05 87.44 -
YUV 147.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 160 123 242 0.34 0.49 0 0.05 258.66 0.82 0.72
Hex A0 7B F2 22 31 0 5 103 52 48
Octal 240 173 362 42 61 0 5 403 122 110
Binary 10100000 1111011 11110010 100010 110001 0 101 100000011 1010010 1001000

Color Harmonies of #A07BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BF2

Black with #A07BF2

Text Example


Text Example

White with #A07BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BF2; }

 p { color: rgb(160,123,242); }

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

background-color css

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

 a { background-color: rgb(160,123,242); }

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

border-color css

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

 span { border-color: rgb(160,123,242); }

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