Html Css Color HEX #A243CC Dark Orchid

📋 copy color: '#A243CC'

red 162 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #A243CC

Tints of Dark Orchid #A243CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 37.41%
G = 15.47%
B = 47.11%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A243CC (or 0xA243CC) is known color: Dark Orchid. HEX triplet: A2, 43 and CC. RGB value is (162,67,204). Sum of RGB (Red+Green+Blue) = 162+67+204=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A243CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CC is #5DBC33. Grayscale: #6E6E6E. Windows color (decimal): -6143028 or 13386658. OLE color: 13386658.

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

Color convert

RGB 162 67 204 -
CMYK 0.21 0.67 0 0.2
HSL 281.61º 0.57% 0.53% -
HSV(B) 281.61º 0.67% 0.8% -
XYZ 27.81 16.06 58.76 -
YUV 111.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 162 67 204 0.21 0.67 0 0.2 281.61 0.57 0.53
Hex A2 43 CC 15 43 0 14 11A 39 35
Octal 242 103 314 25 103 0 24 432 71 65
Binary 10100010 1000011 11001100 10101 1000011 0 10100 100011010 111001 110101

Color Harmonies of #A243CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A243CC

Black with #A243CC

Text Example


Text Example

White with #A243CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A243CC; }

 p { color: rgb(162,67,204); }

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

background-color css

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

 a { background-color: rgb(162,67,204); }

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

border-color css

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

 span { border-color: rgb(162,67,204); }

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