Html Css Color HEX #A38BCB Cold Purple

📋 copy color: '#A38BCB'

red 163 ◦ green 139 ◦ blue 203

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

Shades of Cold Purple #A38BCB

Tints of Cold Purple #A38BCB

RGB

 RED value IS 163 (64.06% from 255) = 32.28%

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

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

R = 32.28%
G = 27.52%
B = 40.2%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A38BCB (or 0xA38BCB) is known color: Cold Purple. HEX triplet: A3, 8B and CB. RGB value is (163,139,203). Sum of RGB (Red+Green+Blue) = 163+139+203=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A38BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BCB is #5C7434. Grayscale: #999999. Windows color (decimal): -6059061 or 13339555. OLE color: 13339555.

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

Color convert

RGB 163 139 203 -
CMYK 0.20 0.32 0 0.20
HSL 262.5º 0.38% 0.67% -
HSV(B) 262.5º 0.32% 0.8% -
XYZ 35.12 30.56 60.55 -
YUV 153.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 163 139 203 0.20 0.32 0 0.20 262.5 0.38 0.67
Hex A3 8B CB 14 20 0 14 106 26 43
Octal 243 213 313 24 40 0 24 406 46 103
Binary 10100011 10001011 11001011 10100 100000 0 10100 100000110 100110 1000011

Color Harmonies of #A38BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BCB

Black with #A38BCB

Text Example


Text Example

White with #A38BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BCB; }

 p { color: rgb(163,139,203); }

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

background-color css

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

 a { background-color: rgb(163,139,203); }

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

border-color css

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

 span { border-color: rgb(163,139,203); }

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