Html Css Color HEX #A634CC Dark Orchid

📋 copy color: '#A634CC'

red 166 ◦ green 52 ◦ blue 204

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

Shades of Dark Orchid #A634CC

Tints of Dark Orchid #A634CC

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

 GREEN value IS 52 (20.7% from 255) = 12.32%

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

R = 39.34%
G = 12.32%
B = 48.34%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A634CC (or 0xA634CC) is known color: Dark Orchid. HEX triplet: A6, 34 and CC. RGB value is (166,52,204). Sum of RGB (Red+Green+Blue) = 166+52+204=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #A634CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634CC is #59CB33. Grayscale: #666666. Windows color (decimal): -5884724 or 13382822. OLE color: 13382822.

HSL color Cylindrical-coordinate representation of color #A634CC: hue angle of 285º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A634CC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 52 204 -
CMYK 0.19 0.75 0 0.2
HSL 285º 0.6% 0.5% -
HSV(B) 285º 0.75% 0.8% -
XYZ 27.85 14.92 58.54 -
YUV 103.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 166 52 204 0.19 0.75 0 0.2 285 0.6 0.5
Hex A6 34 CC 13 4B 0 14 11D 3C 32
Octal 246 64 314 23 113 0 24 435 74 62
Binary 10100110 110100 11001100 10011 1001011 0 10100 100011101 111100 110010

Color Harmonies of #A634CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634CC

Black with #A634CC

Text Example


Text Example

White with #A634CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634CC; }

 p { color: rgb(166,52,204); }

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

background-color css

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

 a { background-color: rgb(166,52,204); }

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

border-color css

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

 span { border-color: rgb(166,52,204); }

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