Html Css Color HEX #A135CF Dark Orchid

📋 copy color: '#A135CF'

red 161 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #A135CF

Tints of Dark Orchid #A135CF

RGB

 RED value IS 161 (63.28% from 255) = 38.24%

 GREEN value IS 53 (21.09% from 255) = 12.59%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 38.24%
G = 12.59%
B = 49.17%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A135CF (or 0xA135CF) is known color: Dark Orchid. HEX triplet: A1, 35 and CF. RGB value is (161,53,207). Sum of RGB (Red+Green+Blue) = 161+53+207=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A135CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135CF is #5ECA30. Grayscale: #666666. Windows color (decimal): -6212145 or 13579681. OLE color: 13579681.

HSL color Cylindrical-coordinate representation of color #A135CF: hue angle of 282.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A135CF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 53 207 -
CMYK 0.22 0.74 0 0.19
HSL 282.08º 0.62% 0.51% -
HSV(B) 282.08º 0.74% 0.81% -
XYZ 27.23 14.63 60.42 -
YUV 102.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 161 53 207 0.22 0.74 0 0.19 282.08 0.62 0.51
Hex A1 35 CF 16 4A 0 13 11A 3E 33
Octal 241 65 317 26 112 0 23 432 76 63
Binary 10100001 110101 11001111 10110 1001010 0 10011 100011010 111110 110011

Color Harmonies of #A135CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135CF

Black with #A135CF

Text Example


Text Example

White with #A135CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135CF; }

 p { color: rgb(161,53,207); }

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

background-color css

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

 a { background-color: rgb(161,53,207); }

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

border-color css

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

 span { border-color: rgb(161,53,207); }

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