Html Css Color HEX #A27FCB Cold Purple

📋 copy color: '#A27FCB'

red 162 ◦ green 127 ◦ blue 203

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

Shades of Cold Purple #A27FCB

Tints of Cold Purple #A27FCB

RGB

 RED value IS 162 (63.67% from 255) = 32.93%

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 32.93%
G = 25.81%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A27FCB (or 0xA27FCB) is known color: Cold Purple. HEX triplet: A2, 7F and CB. RGB value is (162,127,203). Sum of RGB (Red+Green+Blue) = 162+127+203=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A27FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCB is #5D8034. Grayscale: #919191. Windows color (decimal): -6127669 or 13336482. OLE color: 13336482.

HSL color Cylindrical-coordinate representation of color #A27FCB: hue angle of 267.63º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27FCB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 127 203 -
CMYK 0.20 0.37 0 0.20
HSL 267.63º 0.42% 0.65% -
HSV(B) 267.63º 0.37% 0.8% -
XYZ 33.27 27.17 59.99 -
YUV 146.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 162 127 203 0.20 0.37 0 0.20 267.63 0.42 0.65
Hex A2 7F CB 14 25 0 14 10C 2A 41
Octal 242 177 313 24 45 0 24 414 52 101
Binary 10100010 1111111 11001011 10100 100101 0 10100 100001100 101010 1000001

Color Harmonies of #A27FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FCB

Black with #A27FCB

Text Example


Text Example

White with #A27FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FCB; }

 p { color: rgb(162,127,203); }

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

background-color css

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

 a { background-color: rgb(162,127,203); }

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

border-color css

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

 span { border-color: rgb(162,127,203); }

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