Html Css Color HEX #A826CC Dark Orchid

📋 copy color: '#A826CC'

red 168 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #A826CC

Tints of Dark Orchid #A826CC

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

 GREEN value IS 38 (15.23% from 255) = 9.27%

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

R = 40.98%
G = 9.27%
B = 49.76%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A826CC (or 0xA826CC) is known color: Dark Orchid. HEX triplet: A8, 26 and CC. RGB value is (168,38,204). Sum of RGB (Red+Green+Blue) = 168+38+204=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #A826CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826CC is #57D933. Grayscale: #5F5F5F. Windows color (decimal): -5757236 or 13379240. OLE color: 13379240.

HSL color Cylindrical-coordinate representation of color #A826CC: hue angle of 286.99º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A826CC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 38 204 -
CMYK 0.18 0.81 0 0.2
HSL 286.99º 0.69% 0.47% -
HSV(B) 286.99º 0.81% 0.8% -
XYZ 27.74 14.07 58.38 -
YUV 95.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 168 38 204 0.18 0.81 0 0.2 286.99 0.69 0.47
Hex A8 26 CC 12 51 0 14 11F 45 2F
Octal 250 46 314 22 121 0 24 437 105 57
Binary 10101000 100110 11001100 10010 1010001 0 10100 100011111 1000101 101111

Color Harmonies of #A826CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826CC

Black with #A826CC

Text Example


Text Example

White with #A826CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826CC; }

 p { color: rgb(168,38,204); }

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

background-color css

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

 a { background-color: rgb(168,38,204); }

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

border-color css

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

 span { border-color: rgb(168,38,204); }

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