Html Css Color HEX #AF35C1 Dark Orchid

📋 copy color: '#AF35C1'

red 175 ◦ green 53 ◦ blue 193

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

Shades of Dark Orchid #AF35C1

Tints of Dark Orchid #AF35C1

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

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

 BLUE value IS 193 (75.78% from 255) = 45.84%

R = 41.57%
G = 12.59%
B = 45.84%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF35C1 (or 0xAF35C1) is known color: Dark Orchid. HEX triplet: AF, 35 and C1. RGB value is (175,53,193). Sum of RGB (Red+Green+Blue) = 175+53+193=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF35C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35C1 is #50CA3E. Grayscale: #696969. Windows color (decimal): -5294655 or 12662191. OLE color: 12662191.

HSL color Cylindrical-coordinate representation of color #AF35C1: hue angle of 292.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF35C1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 53 193 -
CMYK 0.09 0.73 0 0.24
HSL 292.29º 0.57% 0.48% -
HSV(B) 292.29º 0.73% 0.76% -
XYZ 28.58 15.51 51.94 -
YUV 105.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 175 53 193 0.09 0.73 0 0.24 292.29 0.57 0.48
Hex AF 35 C1 9 49 0 18 124 39 30
Octal 257 65 301 11 111 0 30 444 71 60
Binary 10101111 110101 11000001 1001 1001001 0 11000 100100100 111001 110000

Color Harmonies of #AF35C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35C1

Black with #AF35C1

Text Example


Text Example

White with #AF35C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35C1; }

 p { color: rgb(175,53,193); }

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

background-color css

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

 a { background-color: rgb(175,53,193); }

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

border-color css

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

 span { border-color: rgb(175,53,193); }

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