Html Css Color HEX #AF38BC Dark Orchid

📋 copy color: '#AF38BC'

red 175 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #AF38BC

Tints of Dark Orchid #AF38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 41.77%
G = 13.37%
B = 44.87%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF38BC (or 0xAF38BC) is known color: Dark Orchid. HEX triplet: AF, 38 and BC. RGB value is (175,56,188). Sum of RGB (Red+Green+Blue) = 175+56+188=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38BC is #50C743. Grayscale: #6A6A6A. Windows color (decimal): -5293892 or 12335279. OLE color: 12335279.

HSL color Cylindrical-coordinate representation of color #AF38BC: hue angle of 294.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF38BC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 56 188 -
CMYK 0.07 0.70 0 0.26
HSL 294.09º 0.54% 0.48% -
HSV(B) 294.09º 0.7% 0.74% -
XYZ 28.17 15.57 49.1 -
YUV 106.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 175 56 188 0.07 0.70 0 0.26 294.09 0.54 0.48
Hex AF 38 BC 7 46 0 1A 126 36 30
Octal 257 70 274 7 106 0 32 446 66 60
Binary 10101111 111000 10111100 111 1000110 0 11010 100100110 110110 110000

Color Harmonies of #AF38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38BC

Black with #AF38BC

Text Example


Text Example

White with #AF38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38BC; }

 p { color: rgb(175,56,188); }

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

background-color css

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

 a { background-color: rgb(175,56,188); }

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

border-color css

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

 span { border-color: rgb(175,56,188); }

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