Html Css Color HEX #AB67FF Medium Purple

📋 copy color: '#AB67FF'

red 171 ◦ green 103 ◦ blue 255

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

Shades of Medium Purple #AB67FF

Tints of Medium Purple #AB67FF

RGB

 RED value IS 171 (67.19% from 255) = 32.33%

 GREEN value IS 103 (40.63% from 255) = 19.47%

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

R = 32.33%
G = 19.47%
B = 48.2%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB67FF (or 0xAB67FF) is known color: Medium Purple. HEX triplet: AB, 67 and FF. RGB value is (171,103,255). Sum of RGB (Red+Green+Blue) = 171+103+255=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB67FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67FF is #549800. Grayscale: #8C8C8C. Windows color (decimal): -5543937 or 16738219. OLE color: 16738219.

HSL color Cylindrical-coordinate representation of color #AB67FF: hue angle of 266.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB67FF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 103 255 -
CMYK 0.33 0.60 0 0
HSL 266.84º 1% 0.7% -
HSV(B) 266.84º 0.6% 1% -
XYZ 39.69 25.58 97.45 -
YUV 140.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 171 103 255 0.33 0.60 0 0 266.84 1 0.7
Hex AB 67 FF 21 3C 0 0 10B 64 46
Octal 253 147 377 41 74 0 0 413 144 106
Binary 10101011 1100111 11111111 100001 111100 0 0 100001011 1100100 1000110

Color Harmonies of #AB67FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB67FF

Black with #AB67FF

Text Example


Text Example

White with #AB67FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB67FF; }

 p { color: rgb(171,103,255); }

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

background-color css

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

 a { background-color: rgb(171,103,255); }

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

border-color css

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

 span { border-color: rgb(171,103,255); }

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