Html Css Color HEX #A341CC Dark Orchid

📋 copy color: '#A341CC'

red 163 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #A341CC

Tints of Dark Orchid #A341CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.05%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 37.73%
G = 15.05%
B = 47.22%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A341CC (or 0xA341CC) is known color: Dark Orchid. HEX triplet: A3, 41 and CC. RGB value is (163,65,204). Sum of RGB (Red+Green+Blue) = 163+65+204=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #A341CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341CC is #5CBE33. Grayscale: #6D6D6D. Windows color (decimal): -6078004 or 13386147. OLE color: 13386147.

HSL color Cylindrical-coordinate representation of color #A341CC: hue angle of 282.3º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A341CC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 65 204 -
CMYK 0.20 0.68 0 0.2
HSL 282.3º 0.58% 0.53% -
HSV(B) 282.3º 0.68% 0.8% -
XYZ 27.89 15.93 58.73 -
YUV 110.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 163 65 204 0.20 0.68 0 0.2 282.3 0.58 0.53
Hex A3 41 CC 14 44 0 14 11A 3A 35
Octal 243 101 314 24 104 0 24 432 72 65
Binary 10100011 1000001 11001100 10100 1000100 0 10100 100011010 111010 110101

Color Harmonies of #A341CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341CC

Black with #A341CC

Text Example


Text Example

White with #A341CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341CC; }

 p { color: rgb(163,65,204); }

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

background-color css

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

 a { background-color: rgb(163,65,204); }

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

border-color css

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

 span { border-color: rgb(163,65,204); }

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