Html Css Color HEX #A18BCA Cold Purple

📋 copy color: '#A18BCA'

red 161 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #A18BCA

Tints of Cold Purple #A18BCA

RGB

 RED value IS 161 (63.28% from 255) = 32.07%

 GREEN value IS 139 (54.69% from 255) = 27.69%

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 32.07%
G = 27.69%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A18BCA (or 0xA18BCA) is known color: Cold Purple. HEX triplet: A1, 8B and CA. RGB value is (161,139,202). Sum of RGB (Red+Green+Blue) = 161+139+202=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCA is #5E7435. Grayscale: #989898. Windows color (decimal): -6190134 or 13274017. OLE color: 13274017.

HSL color Cylindrical-coordinate representation of color #A18BCA: hue angle of 260.95º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18BCA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 139 202 -
CMYK 0.20 0.31 0 0.21
HSL 260.95º 0.37% 0.67% -
HSV(B) 260.95º 0.31% 0.79% -
XYZ 34.59 30.31 59.9 -
YUV 152.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 161 139 202 0.20 0.31 0 0.21 260.95 0.37 0.67
Hex A1 8B CA 14 1F 0 15 105 25 43
Octal 241 213 312 24 37 0 25 405 45 103
Binary 10100001 10001011 11001010 10100 11111 0 10101 100000101 100101 1000011

Color Harmonies of #A18BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BCA

Black with #A18BCA

Text Example


Text Example

White with #A18BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BCA; }

 p { color: rgb(161,139,202); }

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

background-color css

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

 a { background-color: rgb(161,139,202); }

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

border-color css

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

 span { border-color: rgb(161,139,202); }

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